===== Installation ===================================== Installation consists of copying WSC4C24.ZIP to a work directory, unzipping the files, running the INSTALL program, and compiling and running one of the example application programs such as SIMPLE. Unzip the files by typing PKUNZIP WSC4C24.ZIP (PKUNZIP WSC4C.ZIP for registered version). Run the INSTALL batch file, which will copy the correct LIBs and DLLs for your compiler. INSTALL1 -- For all WIN16 Windows compilers (doesn't copy WIN32 DLL's). INSTALLU -- For WIN32 compilers supporting the "declspec" keyword, which includes MS Visual C/C++ 4.0 and above, Borland C/C++ 5.0 and above, Borland C++ Builder (all versions), and Watcom 11.0 and above. This is the preferred choice if possible. INSTALLM -- Native Microsoft. INSTALLB -- Native Borland. INSTALLW -- Native Watcom. INSTALL.BAT also copies the proper DLL to your Windows directory, usually C:\WINDOWS or C:\WINNT. The WIN32 choices ("INSTALLU", etc) also copies WSC16.LIB and WSC16.DLL. [END]